home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / python-apt / README.apt < prev    next >
Text File  |  2009-09-25  |  566b  |  16 lines

  1. In addition to "apt_pkg" and "apt_inst" (that are thin wrappers around
  2. the c++ libapt code) a new python module "apt" is provided since version
  3. 0.6.13 of python-apt.
  4.  
  5. It is a more python like interface to work with libapt (it uses apt_pkg
  6. internally). Although there are already applications written against the new
  7. apt python interface the API may change in the future and should not be
  8. considered stable. If in doubt, please contact deity@lists.debian.org.
  9.  
  10. WARNING !!! The API is not 100% stable yet !!!
  11.  
  12.  
  13. Style Guides:
  14. -------------
  15. See ../doc/source/coding.rst
  16.